home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-19 | 1.5 KB | 67 lines | [TEXT/MPS ] |
- #---------------------------------------------------------------------------
- # File: StubRules.make
- #
- # Contains: Stub Make rules for building parts
- #
- # Written by: Steve Smith
- #
- # Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
- #---------------------------------------------------------------------------
-
- #---------------------------------------------------------------------------
- # MAKE FAT LIBRARY
- #---------------------------------------------------------------------------
-
- BUILDFATLIB ƒ ∂
- "{TargetDir}{TargetNameFat}"
-
- "{TargetDir}{TargetNameFat}" ƒ "{TargetDir}{TargetNamePPCLink}" ∂
- "{TargetDir}{TargetNameILink}"
- end # not a typo
- if ( `exists "{TargetDir}{TargetNameILink}"` == "" || ∂
- `exists "{TargetDir}{TargetNamePPCLink}"` == "" )
- Echo '### Error: One or both target libraries is missing.'
- Echo '### Please make sure both libraries are built before'
- Echo '### executing the -fat build option.'
- Exit 0
- end
- "{MakeFat}" "{TargetDir}{TargetNameILink}" "{TargetDir}{TargetNamePPCLink}" ∂
- -o "{TargetDir}{TargetNameFat}"
-
- #---------------------------------------------------------------------------
- # STUB COMPILER RULES
- #---------------------------------------------------------------------------
-
- .cpp.o ƒ .cpp
- Echo -n ""
-
- .c.o ƒ .c
- Echo -n ""
-
- .cpp.dump ƒ .pch
- Echo -n ""
-
- .c.dump ƒ .pch
- Echo -n ""
-
- .xih ƒ .idl
- Echo -n ""
-
- .xh ƒ .idl
- Echo -n ""
-
- .cpp ƒ .idl
- Echo -n ""
-
- .ih ƒ .idl
- Echo -n ""
-
- .h ƒ .idl
- Echo -n ""
-
- .c ƒ .idl
- Echo -n ""
-
- .exp ƒ .idl
- Echo -n ""
-